Inheritance diagram for XFcAsyncCallBack:
Public Member Functions | |
virtual XFCIMPORT | ~XFcAsyncCallBack () |
Virtual destructor. | |
virtual XFCIMPORT void | actionReady (INT32 aStatus=0)=0 |
Socket action is ready. | |
virtual XFCIMPORT void | actionFailed (INT32 aStatus=0)=0 |
Socket action failed. | |
virtual XFCIMPORT void | actionCancel (INT32 aStatus=0)=0 |
Socket action canceled. | |
virtual XFCIMPORT void | actionReceive (const CHAR8 *aBuffer, INT32 aBufferSize)=0 |
Socket has received some data. | |
virtual XFCIMPORT void | actionSend (INT32 aStatus=0)=0 |
Socket is ready to send more data. | |
Protected Member Functions | |
XFCIMPORT | XFcAsyncCallBack () |
Constructor. |
Callbacks are handled with three pure virtual functions. These functions do not give any error status. Error or fail status is given with function call.
|
Constructor.
|
|
Virtual destructor.
|
|
Socket action canceled.
Implemented in XFcBtClientWin. |
|
Socket action failed.
Implemented in XFcBtClientWin. |
|
Socket action is ready.
Implemented in XFcBtClientWin. |
|
Socket has received some data.
Implemented in XFcBtClientWin. |
|
Socket is ready to send more data.
Implemented in XFcBtClientWin. |
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |